home *** CD-ROM | disk | FTP | other *** search
/ Windows CE - The Ultimate Companion / ROMMAN_CE.iso / Files / Productivity / Expense Tracker / VisualCE.LOD < prev   
Text File  |  1997-04-17  |  252b  |  17 lines

  1.  
  2.  
  3. // make the subdirectories
  4. //mkdir SDKTools
  5.  
  6. // copy the files
  7. copy . .. VICEDEMO.exe
  8.  
  9. // create a shell link
  10. createShortcut \Windows\Desktop Expenses.lnk .. VICEDEMO.exe
  11.  
  12. // execute the program
  13. // remoteExec .\ppprtsvr.exe ''
  14.  
  15. exit
  16.  
  17.